dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlVector<T> Structure / CreateNull Method

In This Topic
    CreateNull Method
    In This Topic
    Constructs a null vector of the given length. SQL Server requires vector arguments to specify their length even when null.
    Syntax
    'Declaration
     
    Public Shared Function CreateNull( _
       ByVal length As Integer _
    ) As SqlVector(Of T)
    public static SqlVector<T> CreateNull( 
       int length
    )

    Parameters

    length
    See Also